[INFO] cloning repository https://github.com/textileio/builtin-actors
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/textileio/builtin-actors" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftextileio%2Fbuiltin-actors", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftextileio%2Fbuiltin-actors'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0d270ccaa044478727fe63f2a17a4e045666cdf0
[INFO] checking textileio/builtin-actors against try#b946edaa85de45f124065f52b1bc55ba2fb4f9fb for pr-157562
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftextileio%2Fbuiltin-actors" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/textileio/builtin-actors
[INFO] finished tweaking git repo https://github.com/textileio/builtin-actors
[INFO] tweaked toml for git repo https://github.com/textileio/builtin-actors written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/textileio/builtin-actors on toolchain b946edaa85de45f124065f52b1bc55ba2fb4f9fb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/textileio/builtin-actors already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e63ca3d22f506a687db9b3387a1201f80d9f992ede2c4c8ebe3ebdc52e138d40
[INFO] running `Command { std: "docker" "start" "e63ca3d22f506a687db9b3387a1201f80d9f992ede2c4c8ebe3ebdc52e138d40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e63ca3d22f506a687db9b3387a1201f80d9f992ede2c4c8ebe3ebdc52e138d40" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e63ca3d22f506a687db9b3387a1201f80d9f992ede2c4c8ebe3ebdc52e138d40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e63ca3d22f506a687db9b3387a1201f80d9f992ede2c4c8ebe3ebdc52e138d40" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]     Checking zeroize v1.6.0
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking const-oid v0.9.5
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling data-encoding v2.4.0
[INFO] [stderr]     Checking cpufeatures v0.2.9
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking keccak v0.1.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking unsigned-varint v0.7.2
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking base-x v0.2.11
[INFO] [stderr]     Checking constant_time_eq v0.2.6
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking blake2b_simd v1.0.1
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking aho-corasick v1.0.5
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]     Checking base64 v0.21.3
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]    Compiling fil_actors_runtime v12.0.0 (/opt/rustwide/workdir/runtime)
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking integer-encoding v3.0.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling syn v2.0.31
[INFO] [stderr]     Checking integer-encoding v4.0.0
[INFO] [stderr]     Checking castaway v0.2.2
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling value-bag v1.4.1
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking libsecp256k1-core v0.3.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking der v0.7.8
[INFO] [stderr]     Checking regex-automata v0.3.8
[INFO] [stderr]     Checking sha2 v0.10.7
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.3.0
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.3.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling serde_json v1.0.105
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling libsecp256k1 v0.7.1
[INFO] [stderr]     Checking byte-slice-cast v1.2.2
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling rustix v0.38.11
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking crypto-bigint v0.5.3
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking signature v2.1.0
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking spki v0.7.2
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.87
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]    Compiling bumpalo v3.13.0
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]     Checking linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]     Checking socket2 v0.5.3
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking fastrand v2.0.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking chrono v0.4.30
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling prettyplease v0.2.14
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.87
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking elliptic-curve v0.13.5
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]     Checking regex v1.9.5
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking ecdsa v0.16.8
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking k256 v0.13.1
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking array-init v0.0.4
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking bs58 v0.5.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling const-hex v1.8.0
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.87
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking pem v1.1.1
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]    Compiling dunce v1.0.4
[INFO] [stderr]     Checking send_wrapper v0.4.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking hashers v1.0.1
[INFO] [stderr]     Checking scrypt v0.10.0
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]     Checking aes v0.8.3
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.87
[INFO] [stderr]     Checking substrate-bn v0.6.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking futures-locks v0.7.1
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling serde_repr v0.1.16
[INFO] [stderr]    Compiling num-derive v0.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling strum_macros v0.25.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling parking v2.1.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling darling_core v0.12.4
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.87
[INFO] [stderr]    Compiling concurrent-queue v2.2.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stdout] error: older versions of the `wasm-bindgen` crate are incompatible with current versions of Rust; please update to `wasm-bindgen` v0.2.88
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.11
[INFO] [stderr]    Compiling serde_tuple_macros v0.5.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling test-case-macros v2.2.2
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]     Checking data-encoding-macro v0.1.13
[INFO] [stderr]    Compiling frc42_hasher v3.0.0-alpha.1
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking multibase v0.9.1
[INFO] [stderr]    Compiling auto_impl v1.1.0
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]    Compiling frc42_macros v3.0.0-alpha.1
[INFO] [stderr] error: could not compile `wasm-bindgen` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e63ca3d22f506a687db9b3387a1201f80d9f992ede2c4c8ebe3ebdc52e138d40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e63ca3d22f506a687db9b3387a1201f80d9f992ede2c4c8ebe3ebdc52e138d40", kill_on_drop: false }`
[INFO] [stdout] e63ca3d22f506a687db9b3387a1201f80d9f992ede2c4c8ebe3ebdc52e138d40
